DataGrid filters
This page was created by Hans.karlsen@mdriven.net on 2022-04-21. Last edited by Edgar on 2025-01-20.

WPF

The DataGrid has filters in the columns that the end user can use.

To clear such filters in a view, you can call IWECPOFService.ClearAllDataGridFilters

public void ClearAllDataGridFilters()
{
   sp.GetEcoService<IWECPOFService>().ClearAllDataGridFilters();
}